Welcome![Sign In][Sign Up]
Location:
Search - TCP P2P

Search list

[Internet-NetworkTCP_p2p

Description: tcp 点对点 聊天程序 ,学习的心得,这个东西说大不大,但 工程化的思想很好 -tcp peer-to-peer chat program, learning experiences
Platform: | Size: 80896 | Author: 乔木 | Hits:

[Internet-Networktcpnat

Description: p2p之tcp打洞技术,可以实现tcp穿越nat的技术-tcp holes of p2p technology, can be achieved through nat technology tcp
Platform: | Size: 84992 | Author: xu | Hits:

[P2Ptcpandp2preport

Description: 用Java实现的tcp协议中p2p的连接,包括聊天和文件的传输,很实用也简单易懂,是报告。-Using Java to achieve agreement of the tcp connection p2p, including chat and file transfers, it is also easy-to-read and practical, is the report.
Platform: | Size: 235520 | Author: 麻园 | Hits:

[Internet-Networkudt.4.4.win32_with_VC6

Description: udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开源软件作者谷云洪在美国伊利诺伊大学芝加哥分校攻读博士期间开发,并由他在毕业后继续维护和升级。UDT的开源软件可以在SourceForge上获取。-udt.4.4, linux+vc.net+vc6. UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms
Platform: | Size: 1180672 | Author: JustGO | Hits:

[P2PChatting

Description: 利用TCP控件实现简单的P2P聊天功能。(非局域网)-TCP controls the use of P2P to achieve a simple chat. (Non-LAN)
Platform: | Size: 447488 | Author: 何乐为 | Hits:

[Internet-Networkp2p

Description: 即能点对点通讯,又可以视频会议。已经试用过,效果不错,可以学到不少东西。-That is able to point to point communication, but also the video conferencing. Have been tried, good results, you can learn a lot of things.
Platform: | Size: 5536768 | Author: 王蕾蕾 | Hits:

[CSharpQP2PFileShare

Description: 基于TCp的P2P文件共享应用,包含源代码以及运行程序-TCp of P2P-based file sharing applications, including source code, and run the program
Platform: | Size: 45056 | Author: 黄科满 | Hits:

[.netCsharp1

Description: C#网络编程教案 第1章 进程、线程与络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 …… -C# Network Programming Chapter 1, the process of lesson plans, thread and network protocol TCP Application Programming Chapter 2 Chapter 3 Chapter UDP Application Programming Chapter 4 Chapter 5 Chapter P2P Application Programming Application Programming SMTP and POP3 ... ... ... ...
Platform: | Size: 198656 | Author: 王清河 | Hits:

[CommunicationStruct

Description: 视频编码QQ msn PP P2p tcp ip-encode
Platform: | Size: 12288 | Author: chenli | Hits:

[P2PMakeTCPHole

Description: 外网访问内网,TCP打洞,TCP实现P2P通信、TCP穿越NAT。-TCP P2P NAT
Platform: | Size: 74752 | Author: 曾海 | Hits:

[Windows DevelopVCWinSockProgramming

Description: 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 CSocket 编程之阻塞和非阻塞模式 57 -#define FD_SETSIZE 64? typedef struct fd_set { u_int fd_count /* how many are SET?*/ SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/ } fd_set
Platform: | Size: 190464 | Author: netdavid | Hits:

[Internet-NetworkMultiChatLib

Description: 基于比特精灵多人聊天基础,采用P2P技术,里面实现了完成的 线程库,内存库,和socket通讯类,含TCP和UDP ,代码很经典,执行效率很高,有需要的同学,可以自行下载,仅供学习使用,不得用于商业,否则后果自负。-Chat based on Bitspirit people using P2P technology, which achieved the completion of the thread library, the memory bank, and the socket communications, including TCP and UDP, the code is very classic, very high efficiency in the implementation, there is a need for students, free to download , only to learn to use, not for commercial, or peril.
Platform: | Size: 220160 | Author: 天一 | Hits:

[VC/MFCCSharp

Description: 本书是一本非常实用的学习C#网络高级应用编程的教材。主要涉及TCP编程、UDP编程、P2P编程、SMTP和POP3编程、网络加密与解密、多媒体编程等内容-This book is a very useful learning C# network programming materials for advanced applications. Mainly related to programming TCP, UDP programming, P2P program, SMTP and POP3 programming, network encryption and decryption, multimedia programming, etc
Platform: | Size: 6025216 | Author: huanghf | Hits:

[TCP/IP stackTCP-line-procedures

Description: 基于TCP协议的P2P联机程序,在windows下的互联-P2P protocol based on TCP-line program, under the Internet in windows
Platform: | Size: 38912 | Author: athere | Hits:

[Internet-Networkudt4.6a

Description: UDT协议源码,基于UDP的数据传输协议(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT的主要目的是支持高速广域网上的海量数据传输,而互联网上的标准数据传输协议TCP在高带宽长距离网络上性能很差。 顾名思义,UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防火墙穿透,多媒体数据传输等等。 -hello udt
Platform: | Size: 3757056 | Author: chenyun | Hits:

[Delphi VCL201062810136982

Description: 文件共享, 电驴,P2P客户端源代码, 支持TCP, UDP, DHT, 还可以在线播放多媒体. -File Sharing, eMule, P2P client source code, support TCP, UDP, DHT, also available online multimedia.
Platform: | Size: 632832 | Author: | Hits:

[P2P10.1.1.120.2896

Description: In recent years, Content Delivery Networks (CDN) and Peerto- Peer (P2P) networks have emerged as two effective paradigms for delivering multimedia contents over the Internet. An important feature in CDN and P2P networks is the data redundancy across multiple servers/peers which enables efcient media delivery. In this paper, we propose a network coding framework for efcient media streaming in either content delivery networks or P2P networks in which, multiple servers/peers are employed to simultaneously stream a video to a single receiver. Unlike previous multi-sender schemes, we show that network coding technique can (a) reduce the redundancy storage, (b) eliminate the need for tight synchronization between the senders, and (c) be integrated easily with TCP.
Platform: | Size: 120832 | Author: Ahmed | Hits:

[P2PFBNetworkLibrary_1.2

Description: TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞 -P2P communication TCP implementation, TCP through the NAT method, TCP hole punching
Platform: | Size: 761856 | Author: vince | Hits:

[P2PP2PChat

Description: p2p wcf 聊天系统,编译和运行程序需要.net framework3.0 先执行ChatServer 然后执行P2Pchat-p2p wcf chat system, compile and run the program needs. net framework3.0 first run and then run P2Pchat ChatServer
Platform: | Size: 3746816 | Author: 邓冬冬 | Hits:

[P2PCPP_TCP_NAT

Description: TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞-TCP punch hole on NAT using C++
Platform: | Size: 47104 | Author: jemmy | Hits:
« 1 2 3 45 6 7 8 9 »

CodeBus www.codebus.net